home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libxml-sax-expat-perl.postinst < prev    next >
Text File  |  2008-05-03  |  636b  |  21 lines

  1. #!/bin/sh
  2. ## ----------------------------------------------------------------------
  3. ## debian/postinst : postinstallation script for libxml-sax-expat-perl
  4. ## ----------------------------------------------------------------------
  5.  
  6. ## ----------------------------------------------------------------------
  7. set -e
  8.  
  9. ## ----------------------------------------------------------------------
  10. if [ "$1" = configure ]
  11. then
  12.     update-perl-sax-parsers --add XML::SAX::Expat
  13.     update-perl-sax-parsers --update
  14. fi
  15.  
  16. ## ---------------------------------------------------------------------- 
  17. ## automatically generated debhelper commands
  18.  
  19.  
  20. exit 0
  21.